home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ansi / nest09.zip / NEST.TXT < prev   
Text File  |  1993-04-21  |  3KB  |  79 lines

  1.  Nest v0.9 by Thaco
  2.  
  3. (c) EPOS, April 1993
  4.  
  5.                               -- DOCUMENTATION --
  6.  
  7.  
  8. -INTRODUCTION:
  9. Nest is a program for keeping track of all the parenthesis (), brackets [] or
  10. braces {} while programming. Whenever you press one of these keys, the program
  11. scans the screen (forwards or backwards) for a matching character. When found,
  12. the character is highlighted for a short time (the time can be set at command
  13. line).
  14. Nest is made as a TSR (624 bytes resident) and follows the Alternate Multiplex
  15. Interrupt Specification (AMIS) v3.5.
  16.  
  17.  
  18. -USAGE OF NEST:
  19.  
  20. To activate Nest type NEST <option> from the DOS prompt, where option could be
  21. one of the following:
  22.   -?    : Display usage of program.
  23.   -bN   : Set blink time to N timer ticks (≈18.2 tics/sec). N must be between
  24.           1 and 99 (by default the blink time is set to 5).
  25.   -u    : Uninstall program.
  26.  
  27.  
  28. -WARNINGS:
  29.  
  30. Nest work only on the screen, so parts of lines that are off the screen will
  31. not be scaned. Such long lines could make the program nest characters wrong.
  32.  
  33. Nest is only tested for a standard VGA card, but checks are implemented for
  34. other text-modes (listed in the Interrupt List v33). Due to lack of testing
  35. Nest is not guaranteeed to work for any other cards than VGA.
  36.  
  37. Nest uses the BIOS data segment to get information abouth the current mode.
  38. Tweaked text modes that don't update the BIOS data segment (most of them don't)
  39. will therefore not work properly with Nest.
  40.  
  41.  
  42. -CREDIT GOES TO THE FOLLOWING PERSON:
  43.  
  44.   Ralf Brown (ralf@cs.cmu.edu) for publishing the INTERRUPT LIST, for proposing
  45.   the alternate multiplex interrupt (INT 2Dh) and well document the AMIS with
  46.   his AMISLIB.
  47.  
  48.  
  49. -POSTWARE:
  50.  
  51. This program is published under the PostWare policy.  This means if you like
  52. the program or find it useful, you should (in order to save your reputation)
  53. send the author a postcard! If you would like the full source code (which is
  54. abouth 500 lines of assembly), you must send me a postcard explaining why YOU
  55. want the source code.  :-)
  56.  
  57. Postcards marked 'NEST' should be sent to:
  58.  
  59.                                 Eirik Milch Pedersen
  60.                                 Stp. 153
  61.                                 7034 TRONDHEIM - NTH
  62.                                 NORWAY
  63.  
  64.  
  65. -DISCLAIMER:
  66.  
  67. In no event will the author (me) be liable to the user (you) for any damages,
  68. including any lost profits, lost savings, or other incidental or consequential
  69. damages arising out of the use or inability to use the program, or for any
  70. claim by any other party.
  71.  
  72.  
  73. If you have any questions/ideas/sugestions/requests for this program , please
  74. feel free to send me email at thaco@solan.unit.no, or snail mail.
  75.  
  76. Trondheim 21/4-93
  77.  
  78. Eirik Milch Pedersen
  79.